DioDocs for PDF
DrawPolygon(PointF[],Pen) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > GcGraphics クラス > DrawPolygon メソッド : DrawPolygon(PointF[],Pen) メソッド
An array of points specifying the polygon.
The pen to use.
Draws a polygon specified by an array of points, using a specified pen.
シンタックス
'宣言
 
Public Overloads Sub DrawPolygon( _
   ByVal points() As System.Drawing.PointF, _
   ByVal pen As Pen _
) 
public void DrawPolygon( 
   System.Drawing.PointF[] points,
   Pen pen
)

パラメータ

points
An array of points specifying the polygon.
pen
The pen to use.
参照

GcGraphics クラス
GcGraphics メンバ
オーバーロード一覧